home *** CD-ROM | disk | FTP | other *** search
-
- REM This bat file was written by Dale Arnold. Sysop of the Coal Mine.
- REM 06\13\92
- C:
- echo on
- copy %1 c:\wc30\wcwork\node1\ep\examine
- :EXIST
- if exist c:\wc30\wcwork\node1\ep\examine\*.com goto scan
- if exist c:\wc30\wcwork\node1\ep\examine\*.exe goto scan
- if exist c:\wc30\wcwork\node1\ep\examine\*.zip goto zip
- GOTO NONE
- :ZIP
- zn /b /o /c comment.txt %1 >> C:\wc30\activity.001
- pkunzip -t C:\wc30\wcwork\node1\ep\examine\*.zip >> c:\wc30\log.txt
- pkunzip -o C:\wc30\wcwork\node1\ep\examine\*.zip c:\wc30\wcwork\node1\ep\examine
- echo >> c:\wc30\log.txt
- IF ERRORLEVEL 1 GOTO FILEBAD
- :scan
- scan c:\wc30\wcwork\node1\ep\examine /a /m >> c:\wc30\log.txt
- echo y|del c:\wc30\wcwork\node1\ep\examine\*.* > null
- echo >> c:\wc30\log.txt
- IF ERRORLEVEL 1 GOTO FILEBAD
- GOTO DEL
- :none
- echo >> c:\wc30\log.txt
- GOTO DEL
- :FILEBAD
- COPY ALL.OK C:\WC30\WCWORK\NODE1\SCANFILE.BAD
- :DEL
- ECHO Y|DEL C:\WC30\WCWORK\NODE1\EP\EXAMINE\*.* > NULL
- :EXIT
-
-